LoginWithBasicAuthenticationParameters
The LoginWithBasicAuthenticationParameters class provides parameters for logging in with basic authentication, extending the AuthenticationParameterBase class to include user credentials.
Properties
| Name | Description |
|---|---|
| DomainAddress | Specifies the domain address used during authentication. |
| Username | Specifies the username for authentication. |
| Source | Identifies the source of the authentication request. Default is "Agent". |
| FootPrint | Identifier representing a unique session or client footprint. |
| RememberMe | Indicates whether the session should be persistent. In most configurations; if true, the session duration will be longer. |
| ParentTelemetryId | Identifier for the parent telemetry, used for tracing and logging purposes. |
| Password | Specifies the password for authentication. |
| Language | Specifies the language for the authentication request. |